internal/poll.fdMutex.state (field)

11 uses

	internal/poll (current package)
		fd_mutex.go#L13: 	state uint64
		fd_mutex.go#L55: 		old := atomic.LoadUint64(&mu.state)
		fd_mutex.go#L63: 		if atomic.CompareAndSwapUint64(&mu.state, old, new) {
		fd_mutex.go#L73: 		old := atomic.LoadUint64(&mu.state)
		fd_mutex.go#L84: 		if atomic.CompareAndSwapUint64(&mu.state, old, new) {
		fd_mutex.go#L104: 		old := atomic.LoadUint64(&mu.state)
		fd_mutex.go#L109: 		if atomic.CompareAndSwapUint64(&mu.state, old, new) {
		fd_mutex.go#L132: 		old := atomic.LoadUint64(&mu.state)
		fd_mutex.go#L150: 		if atomic.CompareAndSwapUint64(&mu.state, old, new) {
		fd_mutex.go#L177: 		old := atomic.LoadUint64(&mu.state)
		fd_mutex.go#L186: 		if atomic.CompareAndSwapUint64(&mu.state, old, new) {